home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 April: Penguin on DISC / ADC Developer CD (1993-04) (''Penguin On DISC'')_iso / Dev.CD Apr 93.iso / System Software / System Extensions / AppleScript Beta / Developer Scripts / FileMaker Pro 2.0 AS Examples / Property Examples / Layout Properties < prev    next >
Encoding:
Text File  |  1992-11-25  |  323 b   |  12 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of first Layout of window 2
  3.     best type of first Layout of window 2
  4.     default type of first Layout of window 2
  5.     name of Layout "layout #1"
  6.     ID of first Layout
  7.     kind of Layout 0
  8.     kind of first Layout
  9.     Access of Layout 0
  10.     Protection of Layout 2
  11.     Lock of first Layout of window 2
  12. end tell